Class DHCPServerMainProcessImpl

All Implemented Interfaces:
IPCObject, DHCPServerMainProcess, Process

public class DHCPServerMainProcessImpl extends ProcessImpl implements DHCPServerMainProcess
Information provided by the PKI file:

    \class DhcpServerMainProcess
    
    \brief DhcpServerMainProcess is the process manager that handles many DHCP server processes.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getDhcpServerProcessByPortName

      public DHCPServerProcess getDhcpServerProcessByPortName(String portName)
      Information provided by the PKI file:
      
          \brief Returns the DhcpServerProcess object of the specified port.
          
          \param portName, the name of the port of interest.
          
          \return DhcpServerProcess, the DHCP server process object of the specified port.
          
              
      Specified by:
      getDhcpServerProcessByPortName in interface DHCPServerMainProcess
      Parameters:
      portName - Takes in a parameter of portName
      Returns:
      DHCPServerProcess Returns a DHCPServerProcess